home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / LIBRARY / PBLIB1 / TODO.TXT < prev    next >
Text File  |  1994-05-04  |  2KB  |  45 lines

  1. TO DO List  - 5/4/94  HNR
  2.  
  3. Partial fix and wish list
  4.  
  5. 1. Fix UNITSCAN for upload.  Provides documentation.
  6.  
  7. 2. Work on printer support.  Either hard code ESC seqs for
  8.     some dot matrix - like compressed mode, LQ, ... or
  9.     make a loadable printer code file.
  10.  
  11. 3. Make and post serious wish list for lib v2.
  12.  
  13. 4. DB utility - IMPORT not yet coded, rest working.
  14.  
  15. 5. Validate and nail down .dbt MEMO support.  I think it works ok
  16.      but needs testing.
  17.  
  18. 6. Find out why ALPHA4 likes my dbf files just fine, but ACCESS says
  19.      they are corrupted.  It would be nice to have some real spec
  20.      for file formats, not just deduced.
  21.  
  22. 7. Refine utility on-line documentation, standardize access to
  23.      help screens.   F1 for interactive, "?" as cmd line param.
  24.  
  25. 8. Figure out procedures for integrating new library code.
  26.  
  27.  
  28. WISH LIST
  29.  
  30. 1. Structure for xBase index files.  Sample code?
  31.  
  32. 2. Get updated Editor Toolbox or whatever so TED can compile with TP7
  33.  
  34. 3. Sound Blaster toolkit.  Text-to-speech.
  35.  
  36. 4. Scanner TWAIN support for DOS ?
  37.  
  38. 5. MSCDEX in DOS environment - Music CD player in Pascal?
  39.  
  40. 6. Find a minimal text editor and/or word-processor module for TP7. I have
  41.     to be able to get at keyboard level to define my own function keys
  42.     and be able to do background processing while waiting for keystrokes.
  43.     I'll buy one if necesary (or if it exists).  Need small and simple.
  44.     Borland's BINED was just great, but I'm getting tired of tracking
  45.     down the updated version with each new compiler version.